home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / background_3091.txt < prev    next >
Encoding:
Text File  |  1991-04-30  |  896 b   |  46 lines

  1. -- background: 3091 from stack: in.3r
  2. -- bmap block id: 2518
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Home Card
  6. ----- HyperTalk script -----
  7. on domenu which
  8.   if which is "New Card" or which is "Cut card" or which is "Delete Card" then
  9.     beep 3
  10.     exit domenu
  11.   end if
  12.   if which is "Protect Stack..." then
  13.     beep 3
  14.     answer "You don't want to do that!"
  15.     exit domenu
  16.   end if
  17.   if which is "Delete Stack..." then
  18.     play boing
  19.     answer "You really don't want to do that!"
  20.     exit domenu
  21.   end if
  22.   pass domenu
  23. end domenu
  24.  
  25.  
  26.  
  27. -- part 1 (button)
  28. -- low flags: 80
  29. -- high flags: A004
  30. -- rect: left=184 top=23 right=49 bottom=309
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Developer Stack
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.  
  42.  
  43.  
  44.  
  45. end mouseup
  46.